/*.Width {
   width: 1400px;
}*/

a{
    text-decoration: none;
}
.cj-time {
    width: 64px;
    height: 70px;
    background: url(../img/rl.png)no-repeat;
    background-size: 100% 100%;
}

.zg_gm0105Box {
    border: solid 1px #DCDCDC;
    margin-bottom: 30px;
}

.zg_gm0105Bt {
    background: url(../img/gmBtbk01.jpg) no-repeat right center #fe4b23;
    height: 70px;
    color: #fff;
    line-height: 70px;
    padding: 0 30px;
    margin-bottom: 30px;
}

.zg_gm0105Bt a {
    color: #fff;
    font-weight: bold;
}

.zg_gm0105Bt span {
    float: right;
    font-size: 22px;
}

.zg_gm0105Bt span em {
    padding: 0 20px;
    font-style: normal;
    font-weight: 200;
    opacity: .5;
}

.zg_gm0105Bt b {
    float: left;
    padding-left: 52px;
    background: url(../img/bugleIcon.png) no-repeat left center;
    font-size: 30px;
}

.zg_gm0105Bt b a {
    color: #fff;
}

.zg_gm0105Bt b em {
    font-style: normal;
    color: #FFF700;
}

.zg_gm0105Bt b i {
    display: inline-block;
    width: 64px;
    height: 70px ;
    margin-right: 20px;
    background: url(../img/rl.png) no-repeat left center;
    vertical-align: top;
    text-align: center;
    font: bold 26px/77px "Microsoft Yahei";
    font-style: normal;
}
.zg_gm0105Bt em.jmcxxt {
    vertical-align: top;
    text-indent: 28px;
    cursor: pointer;
    display: inline-block;
    background: url(../img/jmcxxtIcon.png) no-repeat left 20px center;
    border-radius: 38px;
    font: bold 18px/38px 'Microsift Yahei';
    color: #fff;
    border: 2px solid #fff;
    margin-top: 15px;
    padding: 0 20px;
    margin-left: 20px;
}
.cjcx-tc{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    display: flex;
    align-items: center;
    z-index: 2;
}
.inner{
    width: 780px;
    height: 400px;
    background: url(../img/zg_1v1Bk01.png)no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}
.inner h4{
    text-align: center;
    font-size: 30px;
    color: white;
    padding: 40px;
}
.inner h4 em{
    color:#FFEF14 ;
}
.close-cjcx-tc{
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    color: white;
    font-size: 20px;
    border: 1px solid #fff;
    border-radius: 25px;
    float: right;
    margin-top: 5px;
    margin-right: 5px;
}
.chengshi-list{
    width: 95%;
    height: 280px;
    background: white;
    margin: 0 auto;
    border-radius: 10px;
    margin-top: -20px;
}
.choice{
    padding: 10px 0 0 10px;
    font-size: 20px;
    font-weight: bold;
}
.cs-list{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    /* margin-left: -4%; */
    width: 100%;
    margin-top: 20px;
}
.cs-list li{
    width: 10%;
    margin-right: 1%;
}
.cs-list li a{
    display: block;
    text-align: center;
    margin-bottom: 20%;
    color: #000;
    font-size: 18px;
}
.cs-list li a:hover{
    background: red;
    border-radius: 5px;
    color: white;
}


.roll_wrap {
    margin-top: 22px;
    margin-bottom: 40px;
  }
  
  .roll {
    float: left;
    width: calc(69.41% - 4px);
    height: 153px;
    border: 2px solid #c92e29;
    background-color: #fff5eb;
  }
  
  .roll_l {
    float: left;
    margin-left: 24px;
  }
  
  .roll_l img {
    margin-top: 26px;
    margin-bottom: 18px;
  }
  
  .difference {
    position: relative;
    display: block;
    width: 120px;
    height: 36px;
    background-color: #ffce68;
    background: linear-gradient(45deg, #fe8853, #ffce68);
    box-shadow: -6px 4px 14px #fe8853;
    color: #fff;
    border-radius: 40px;
    line-height: 36px;
    text-align: center;
    font-size: 22px;
    z-index: 0;
  }
  
  .difference::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 40px;
    background: linear-gradient(45deg, #ffce68, #fe8853);
    opacity: 0;
    transition: opacity .5s;
    z-index: -1;
  }
  
  .difference:hover::before {
    opacity: 1;
  }
  
  .difference:hover {
    color: #fff;
    text-decoration: none;
  }
  
  .roll_r {
    float: left;
    width: calc(100% - 176px);
    margin: 12px 14px 0 14px;
  }
  
  .roll_title {
    /* border-bottom: 1px solid #ffdbd2; */
    padding-bottom: 2px;
    margin-bottom: 8px;
    color: #c92e29;
    font-weight: bold;
  }
  
  .roll_title>div, .roll span {
    float: left;
    margin-right: 2%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
  }
  
  .roll_list {
    /* height: 130px; */
    /* background: red; */
  }
  
  .roll_list li {
    line-height: 28px;
    list-style: none;
  }

  .zwdm {
    width: 12%;
  }
  
  .xm {
    width: 10%;
  }
  
  .kq {
    width: 10%;
  }
  
  .bm {
    width: 18%;
  }
  
  .yrsj {
    width: 18%;
  }
  
  .zwmc {
    width: 10%;
  }
  
  .zcj {
    width: 10%;
    margin-right: 0 !important;
  }
  
  .roll_ad {
    float: right;
    width: 29.679%;
    height: 157px;
    background-repeat: no-repeat;
    /* background-size: cover; */
    background-size: 100% 100%;
    background-position: center;
  }
  .ml{
      margin-left: -4%;
  }
  .mll{
      margin-left: 4%;
  }
  .ewm-box{
      width: 100%;
      display: flex;
      justify-content: space-around;
  }
  .ewm1{
      width: 43%;
      height: 120px;
      background: rgb(242, 241, 241);
      border-radius: 10px;
      display: flex;
      justify-content: space-around;
      align-items: center;
  }
  .ewm-text{
      width: 60%;
      height: 100%;
      /* line-height: 120px; */
      padding-left: 2px;
  }
  .ewm-code{
      width: 100px;
      height: 100px;
      background: white;
  }
  .ewm-code img{
    width: 100%;
    height: 100%;
  }
  .zcj{
    margin-left: 25px;
  }